3.33 \(\int \frac{1}{x \log ^2(c x)} \, dx\)

Optimal. Leaf size=8 \[ -\frac{1}{\log (c x)} \]

[Out]

-Log[c*x]^(-1)

________________________________________________________________________________________

Rubi [A]  time = 0.0118305, antiderivative size = 8, normalized size of antiderivative = 1., number of steps used = 2, number of rules used = 2, integrand size = 10, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.2, Rules used = {2302, 30} \[ -\frac{1}{\log (c x)} \]

Antiderivative was successfully verified.

[In]

Int[1/(x*Log[c*x]^2),x]

[Out]

-Log[c*x]^(-1)

Rule 2302

Int[((a_.) + Log[(c_.)*(x_)^(n_.)]*(b_.))^(p_.)/(x_), x_Symbol] :> Dist[1/(b*n), Subst[Int[x^p, x], x, a + b*L
og[c*x^n]], x] /; FreeQ[{a, b, c, n, p}, x]

Rule 30

Int[(x_)^(m_.), x_Symbol] :> Simp[x^(m + 1)/(m + 1), x] /; FreeQ[m, x] && NeQ[m, -1]

Rubi steps

\begin{align*} \int \frac{1}{x \log ^2(c x)} \, dx &=\operatorname{Subst}\left (\int \frac{1}{x^2} \, dx,x,\log (c x)\right )\\ &=-\frac{1}{\log (c x)}\\ \end{align*}

Mathematica [A]  time = 0.0010445, size = 8, normalized size = 1. \[ -\frac{1}{\log (c x)} \]

Antiderivative was successfully verified.

[In]

Integrate[1/(x*Log[c*x]^2),x]

[Out]

-Log[c*x]^(-1)

________________________________________________________________________________________

Maple [A]  time = 0.033, size = 9, normalized size = 1.1 \begin{align*} - \left ( \ln \left ( cx \right ) \right ) ^{-1} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(1/x/ln(c*x)^2,x)

[Out]

-1/ln(c*x)

________________________________________________________________________________________

Maxima [A]  time = 1.09388, size = 11, normalized size = 1.38 \begin{align*} -\frac{1}{\log \left (c x\right )} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/x/log(c*x)^2,x, algorithm="maxima")

[Out]

-1/log(c*x)

________________________________________________________________________________________

Fricas [A]  time = 0.768227, size = 18, normalized size = 2.25 \begin{align*} -\frac{1}{\log \left (c x\right )} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/x/log(c*x)^2,x, algorithm="fricas")

[Out]

-1/log(c*x)

________________________________________________________________________________________

Sympy [A]  time = 0.082636, size = 7, normalized size = 0.88 \begin{align*} - \frac{1}{\log{\left (c x \right )}} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/x/ln(c*x)**2,x)

[Out]

-1/log(c*x)

________________________________________________________________________________________

Giac [A]  time = 1.10535, size = 11, normalized size = 1.38 \begin{align*} -\frac{1}{\log \left (c x\right )} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/x/log(c*x)^2,x, algorithm="giac")

[Out]

-1/log(c*x)